local-revert-i386-add-GLIBC_ABI_GNU2_TLS-version
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sun, 1 Mar 2026 20:10:06 +0000 (21:10 +0100)
committerAurelien Jarno <aurel32@debian.org>
Sun, 1 Mar 2026 20:10:06 +0000 (21:10 +0100)
Gbp-Pq: Topic i386
Gbp-Pq: Name local-revert-i386-add-GLIBC_ABI_GNU2_TLS-version.diff

sysdeps/x86/Makefile
sysdeps/x86/Versions
sysdeps/x86_64/Makefile
sysdeps/x86_64/Versions

index c814060e08b3ceeb4b01848afaab451e2c457e10..f64cee3cd9a13c3edf001d869843bdf55cc41a0a 100644 (file)
@@ -127,15 +127,6 @@ LDFLAGS-tst-tls23 += -rdynamic
 tst-tls23-mod.so-no-z-defs = yes
 
 $(objpfx)tst-tls23-mod.so: $(libsupport)
-
-tests-special += $(objpfx)check-gnu2-tls.out
-
-$(objpfx)check-gnu2-tls.out: $(common-objpfx)libc.so
-       LC_ALL=C $(READELF) -V -W $< \
-               | sed -ne '/.gnu.version_d/, /.gnu.version_r/ p' \
-               | grep GLIBC_ABI_GNU2_TLS > $@; \
-       $(evaluate-test)
-generated += check-gnu2-tls.out
 endif
 
 ifeq ($(subdir),math)
index e8dcfccbe4de9bc57d6aeaaeb7f1f3a467b385ed..4b10c4b5d722ecd05fbb639fc915b1f3cfe2b81d 100644 (file)
@@ -7,9 +7,4 @@ libc {
   GLIBC_2.33 {
     __x86_get_cpuid_feature_leaf;
   }
-  GLIBC_ABI_GNU2_TLS {
-    # This symbol is used only for empty version map and will be removed
-    # by scripts/versions.awk.
-    __placeholder_only_for_empty_version_map;
-  }
 }
index a1dc28a700d9752dd1ac405490bb51d8fce2542c..3e6956bf4045697e151b24283d93de74de3e3a8b 100644 (file)
@@ -217,6 +217,15 @@ $(objpfx)check-dt-x86-64-plt.out: $(common-objpfx)libc.so
                | grep GLIBC_ABI_DT_X86_64_PLT > $@; \
        $(evaluate-test)
 generated += check-dt-x86-64-plt.out
+
+tests-special += $(objpfx)check-gnu2-tls.out
+
+$(objpfx)check-gnu2-tls.out: $(common-objpfx)libc.so
+       LC_ALL=C $(READELF) -V -W $< \
+               | sed -ne '/.gnu.version_d/, /.gnu.version_r/ p' \
+               | grep GLIBC_ABI_GNU2_TLS > $@; \
+       $(evaluate-test)
+generated += check-gnu2-tls.out
 endif
 
 test-internal-extras += tst-gnu2-tls2mod1
index 6a989ad3b373cdf65f05dbe1f96d8d898040c96f..0a759029e5a00cf1b7e485c248235ecbe97b1332 100644 (file)
@@ -5,6 +5,11 @@ libc {
   GLIBC_2.13 {
     __fentry__;
   }
+  GLIBC_ABI_GNU2_TLS {
+    # This symbol is used only for empty version map and will be removed
+    # by scripts/versions.awk.
+    __placeholder_only_for_empty_version_map;
+  }
   GLIBC_ABI_DT_X86_64_PLT {
     # This symbol is used only for empty version map and will be removed
     # by scripts/versions.awk.